home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4815 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: jaxnet.jaxnet.com!jax!jelling
  2. From: jelling@jax.jaxnet.com (Jelling )
  3. Newsgroups: comp.lang.c
  4. Subject: IRCD Compilation Problems withh BSDI
  5. Date: 7 Feb 1996 02:40:34 GMT
  6. Organization: Southeast Network Services, Inc.
  7. Message-ID: <4f93f2$14n@jaxnet.jaxnet.com>
  8. NNTP-Posting-Host: jax.jaxnet.com
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.     Hello, I'm trying to set up an irc server currently for the users 
  12. of my domain. (Yes the admin knows I'm doing it, No, I don't run ms-dog 
  13. or windoze 95.) I'm currently compiling ircd version 2.9 due to the fact 
  14. all previous versions seem to have some heinous errors somehow exclusive 
  15. to bsdi, and that it was recommended you try balancing and putting an end 
  16. to world hunger before trying to succesfully compile ircd 2.8.x on bsdi. 
  17. So, I will stop babbling now and show you the out put from when I tried 
  18. to compile ircd. (Yes I read the install file, and yes I configured 
  19. everything like it said, and yes, I did in fact, unbelievable as it may 
  20. seem, rtfm'ed.) 
  21.  
  22. Building common
  23. gcc -g -O -DHAVE_CONFIG_H -I../include -c inet_addr.c
  24. In file included from ../include/sys.h:34, from inet_addr.c:58:
  25. ../include/bitypes.h:67: redefinition of `int8_t'
  26. /usr/include/machine/types.h:59: here is the previous declaration of `int8_t'
  27. ../include/bitypes.h:68: redefinition of `u_int8_t'
  28. /usr/include/machine/types.h:60: here is the previous declaration of 
  29. `u_int8_t'
  30. ../include/bitypes.h:69: redefinition of `int16_t'
  31. /usr/include/machine/types.h:61: here is the previous declaration of 
  32. `int16_t'
  33. ../include/bitypes.h:70: redefinition of `u_int16_t'
  34. /usr/include/machine/types.h:62: here is the previous declaration of 
  35. `u_int16_t'/usr/include/machine/types.h:63: here is the previous 
  36. declaration of `int32_t'
  37. ../include/bitypes.h:72: redefinition of `u_int32_t'
  38. /usr/include/machine/types.h:64: here is the previous declaration of 
  39. `u_int32_t'/usr/include/netinet/in.h:75: redefinition of `struct in_addr'
  40. /usr/include/netinet/in.h:125: redefinition of `struct sockaddr_in'
  41. /usr/include/netinet/in.h:140: redefinition of `struct ip_opts'
  42. /usr/include/netinet/in.h:173: redefinition of `struct ip_mreq'
  43. *** Error code 1
  44.  
  45. Stop.
  46. *** Error code 1
  47.  
  48. Stop.
  49.  
  50.  
  51.     Okay, thats what make bestowed on my head as far as what is 
  52. wrong, any help you can lend is appreciated.
  53. Jelling
  54.  
  55. cat $flames > /dev/null;
  56.